home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TPIXSESSIONFRAME / TPIXSESSIONFRAME.txt
Text File  |  2008-11-03  |  959b  |  49 lines

  1. inherited PixSessionFrame: TPixSessionFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Picture_Compare_Rules'
  4.   Caption = 'Comparison'
  5.   object ToleranceLbl: TUiLabel
  6.     Left = 8
  7.     Top = 128
  8.     Height = 13
  9.     Caption = 'Tolerance:'
  10.   end
  11.   object DiffPictureEdit: TUiRadioGroup
  12.     Left = 8
  13.     Top = 8
  14.     Width = 409
  15.     Height = 113
  16.     Caption = 'Difference'
  17.     Items.WideStrings = (
  18.       'None'
  19.       'Tolerance'
  20.       'Range'
  21.       'Binary Operation')
  22.     TabOrder = 0
  23.     OnClick = SomethingChangedClick
  24.   end
  25.   object ToleranceEdit: TUiSpinEdit
  26.     Left = 8
  27.     Top = 144
  28.     Width = 50
  29.     Height = 21
  30.     Max = 255
  31.     TabOrder = 1
  32.     OnChange = SomethingChangedClick
  33.   end
  34.   object BinaryOpEdit: TUiRadioGroup
  35.     Left = 8
  36.     Top = 128
  37.     Width = 409
  38.     Height = 33
  39.     Caption = 'Binary operation'
  40.     Columns = 3
  41.     Items.WideStrings = (
  42.       'XOR'
  43.       'AND'
  44.       'OR')
  45.     TabOrder = 2
  46.     OnClick = SomethingChangedClick
  47.   end
  48. end
  49.